home *** CD-ROM | disk | FTP | other *** search
- Path: isonews.bbn.hp.com!hpbblb!news
- From: Matthias Dittrich <matti>
- Newsgroups: comp.lang.c
- Subject: Re: Help!
- Date: 10 Apr 1996 17:23:28 GMT
- Organization: Hewlett-Packard Co.
- Message-ID: <4kgqqg$l4e@hpbblb.bbn.hp.com>
- References: <4k4ge6$lgo@dewey.csun.edu>
- NNTP-Posting-Host: trabant.bbn.hp.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.07 9000/712)
- X-URL: news:4k4ge6$lgo@dewey.csun.edu
-
- kc44097@csun.edu (chen) wrote:
- >
- > Can anyone help me out this problems below,please e-mail me,
- >my e-mail address is kc44097@huey.csun.edu
- > Thanks
- >-------------------------------------------------------------------------
- >
- > 3. Consider the following C program:
- >
- > void fun (void)
- > {
- > int a,b,c; /*define 1 */
- > ...
- > while(...)
- > {
- > int b,c,d; /* define 2 */
- > ... <---------------------- 1
- > while (...)
- > {
- > int c,d,e; /* define 3 */
- > ... <----------------------- 2
- > }
- > ... <--------------- 3
- > }
- > ... <------------------- 4
- > }
- >
- > For each of the four marked points in this function,list each visia-
- > ble variable,along with the nbumber of the defination statement that
- > defines it.
- Why are you posting only your third homework, won't you solve the others ????
-
- Good luck,
- Matthias
-
-